home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not exist DBFDEMO.EXE goto nodemo
- DBFDEMO %1
- echo
- echo Thank you for watching the CA-dBFast 2.0
- echo demo. If you want to view it again,
- echo type DEMO and press the ENTER key.
- echo
- goto exit
- :nodemo
- echo Sorry, your CA-dBFast 2.0 demo has not
- echo been properly installed. Please install
- echo the demo again following the instructions
- echo on the label.
- echo
- :exit
-